{{ __('order_by') }}:
{% for key,link in ordering %}
{% if key == order %}
{% if dir == 'asc' %}
{{ link }}
{% else %}
{{ link }}
{% endif %}
{% else %}
{{ link }}
{% endif %}
{% endfor %}
{% if isset(total) %}
{{ __('total', {'from':from, 'to':to, 'total':total}) }}
{% endif %}